home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gnu / lib / specs < prev   
Text File  |  1996-01-30  |  484b  |  43 lines

  1. *asm:
  2.  
  3.  
  4. *asm_final:
  5.  
  6.  
  7. *cpp:
  8. %{posix:-D_POSIX_SOURCE}
  9.  
  10. *cc1:
  11.  
  12.  
  13. *cc1plus:
  14.  
  15.  
  16. *endfile:
  17.  
  18.  
  19. *link:
  20.  
  21.  
  22. *lib:
  23. %{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}
  24.  
  25. *startfile:
  26. %{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}
  27.  
  28. *switches_need_spaces:
  29.  
  30.  
  31. *signed_char:
  32. %{funsigned-char:-D__CHAR_UNSIGNED__}
  33.  
  34. *predefines:
  35. -Dunix -Di386 -DGO32 -DMSDOS   -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386)
  36.  
  37. *cross_compile:
  38. 0
  39.  
  40. *multilib:
  41. . ;
  42.  
  43.